@charset "utf-8";
@import url('reset.css?v=0.0252');
@import url('swiper-bundle.min.css?v=0.0252');
@import url('font-awesome/css/font-awesome.min.css');
 @font-face {
    font-family: "FjallaOne";
    src: url("fonts/fjallaone.eot");
    src: url("fonts/fjallaone.eot?#iefix")format("embedded-opentype"),
    url("fonts/fjallaone.woff2")format("woff2"),
    url("fonts/fjallaone.woff")format("woff"),
    url("fonts/fjallaone.ttf")format("truetype"),
    url("fonts/fjallaone.svg#FjallaOne")format("svg");
}  
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input,select,button,textarea{ font-family:"AlibabaPuHuiTi","微软雅黑"; }
body{font-family:"AlibabaPuHuiTi","微软雅黑";  background-color: #f5f5f5; font-size: 14px; color: #000;}
a{background:transparent;text-decoration:none;color:#000}a:active,a:hover{outline:0}a:hover{text-decoration:none;}
.wrapper{width: 1400px; margin: 0 auto;}
.wrapper-fluid{width: 90%; margin: 0 auto;}
.ts{text-transform:uppercase}
.mauto{margin:0 auto}
.pf{position: fixed; z-index: 1;}
.pz{position:relative;z-index: 1}
.pa{position:absolute;z-index: 1999}
.bz{box-sizing:border-box}
.b,.fb{font-weight:bold}
.i{font-style:italic}
.hidden{display:none !important}
.cb{clear:both}
.vs{overflow:visible !important}
.bai{ background:#FFFFFF;}
.flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.flexCenter{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}
.flexJc{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center;}
.flexAc{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}
.flexColumn{display: -webkit-box; display: -webkit-flex; display: flex; flex-direction: column;}
.flexWrap{display: -webkit-box; display: -webkit-flex; display: flex; flex-wrap: wrap;  justify-content: flex-start;}
.flexJb{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap;}
.flexRight{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: flex-end;}
.ov{overflow: hidden;}
.transition,.transition *{transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s;}
.ellipsis{text-overflow: ellipsis; white-space: nowrap; display: block; overflow: hidden;}
table{border-collapse: collapse;}
table td{border: 1px solid #bbbbbc;}
.textCenter{text-align: center !important;}
.textRight{text-align: right;}
.db{display: block;}
.fr{float: right;}
.clear{clear: both;}
img{max-width: 100%;}
.w100{width: 100%;}
.fb{font-weight: bold !important;}
/*animation*/
.scaleImg{overflow: hidden;}
/*.scaleImg img{border-radius:15px;}*/
.scaleImg img,.scaleImg:hover img{transition: all 1s;}
.scaleImg:hover img{transform: scale(1.1);}
.textEllipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line6 {
    -webkit-line-clamp: 6;
}
.line5 {
    -webkit-line-clamp: 5;
}
.line4 {
    -webkit-line-clamp: 4;
}
.line3 {
    -webkit-line-clamp: 3;
}
.line2 {
    -webkit-line-clamp: 2;
}
.line1 {
    -webkit-line-clamp: 1;
}
/*头部*/
header{/*z-index: 9999999 !important; position:fixed; left:0; top:0; */width:100%;  position:relative; background:#FFFFFF;}
header.active{box-shadow: 0 2px 6px rgba(115,115,115,.9); background:rgba(115,115,115,.5);}
header.active #index-search{ display:none;}
header.active .logo,header.pagehead .logo{padding:15px 0; }
header.pagehead{position:relative; background:#000;}
.logo{ width:35%; padding:15px 0;}
.logo img{max-width:100%;}
.head-r{ width:60%;}
.head-r .head-lx{
    width: 34%;
    float: left;
    padding: 5px 0;
}
.head-r .head-lx .lx-icon{ width:46px;}
.head-r .head-lx .lx-con{ width:calc(100% - 60px); margin-left:10px; font-size: 14px; line-height:28px;}
.head-r .head-lx .lx-con span {
    font-size: 26px; 
	display:block;
    color: #c3041f;
}
.head-r .head-lx:nth-child(2) {
    width: 40%;
    padding: 5px 3%;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.head-r .head-lx:nth-child(2)  span {
    display: block;
    font-size: 20px;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}



.head-r .head-lan{
   width: 26%; 
   padding-left:20px; 
}
.head-lan{ padding-top:5px; }
.head-lan a{ background:#e6e6e6; border-radius:5px; width: 45%; display:inline-block;margin-left:5%; line-height:30px; text-align:center;}
.head-lan a.current,.head-lan a:hover{ background:#ca021f; color:#FFFFFF; }

.wmenu_text{width: 24.7%; background: #c3041f; height: 68px; padding: 4px 0 4px 5%; text-align: center; font-size: 14px; color: #fff;}
.head-menu{width: 75%; padding-right: 5%; background: #222;}
.head-menu-item{position:relative; line-height: 68px; width: 12.5%; text-align: center;}
.head-menu-item a.nav-link{font-size:16px; text-align:center; line-height: 68px; color:#FFFFFF; display:block;}
.head-menu-item:hover,.head-menu-item.active{background: #cc0421;}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:68px;
	z-index: 9;
	width: 160px;
	background:rgba(255,255,255,.89);
	box-shadow: 0 2px 6px rgba(115,115,115,.2);
}
.menu_down a{
	display: block;
	width: 100%;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	padding: 12px 15px;
	border-bottom: 1px solid #dcdcdc;
}
.menu_down dd:last-child a{
	border: 0;
}
.menu_down a:hover{
	color: #fff;
	background: #ca021f;
}
.m-navbth{display: none;}

.index-search{ width:250px; height:45px; border:#FFFFFF solid 1px; border-radius:15px;}
.index-search-input{width:calc(100% - 56px); height:46px; }
.search-ips {
    border:none;
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 35px; 
	background:none; 
	color:#FFFFFF;
    padding: 0 10px 0 15px;
}
.index-search-bth{height:46px; line-height:35px;}
.isearch-bth{ border:none; background:url(../images/search.png) 12px center no-repeat; color:#FFFFFF;  height:46px; line-height:35px; width:56px;}
.search-ips::placeholder{color: #fff;}
.nav_box {
    background: #ca021f;
    width: 100%;
    position: absolute;
    top: 68px; 
	z-index:999;
    display: none;
    padding-bottom: 50px;
	animation: fadeIn .5s;-moz-animation: fadeIn .5s;-webkit-animation: fadeIn .5s;-o-animation: fadeIn .5s;
}
.nav_box.nav_show {
    display:block;
}
.head-nav{
	margin:0px auto;
	width:92%;
}
.head-nav .nav_item .title{
	line-height:50px;
	position:relative;
	border-bottom:1px solid #f0ecec;
}
.head-nav .nav_item .title, .head-nav .nav_item .title a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
}
.head-nav .nav_item .link-list {
	padding:10px 15px 0px;
	display:none; animation: fadeIn 1s;-moz-animation: fadeIn 1s;-webkit-animation: fadeIn 1s;-o-animation: fadeIn 1s;
}
.head-nav .nav_item .link-list.active {
	display:block 
}
.head-nav .nav_item .link-list a{
	display:block;
	padding-left:20px;
	line-height:36px;
	color:#FFFFFF;
	font-size:14px;
}
.m_lan a{
	line-height:36px;
	color:#FFFFFF;
	font-size:16px;}
.m_lan a:first-child{ margin-right:10px;}	
.jtt {
	position: absolute;
	top: 15px;
	right: 5px;
	font-size:20px;
    transition: transform .5s;
}
.head-nav .nav_item.open .jtt{
	transform: rotate(180deg);
}
/*轮播图*/
.indexbanner,.index-b-products,.index-pcategory,.index-products,.index-gongshi{width:100%;}
.indexbanner .swiper-slide img,.index-lt-timglist .swiper-slide img{ width:100%;}
.indexbanner .swiper-slide{ position:relative;}
.indexbanner .swiper-slide .banner-text{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%;}
.indexbanner .swiper-slide .banner-text .banner-text-img{position:absolute; z-index:2; left:5%; top:100px;}
.indexbanner .swiper-slide .banner-text .banner-text-cimg{ width:300px; border-radius:150px; height:300px; background: rgba(255,255,255,.6);}
.indexbanner .swiper-slide .banner-text .banner-text-cimg img{ width:270px; margin:15px; }
.indexbanner .swiper-slide .banner-text .banner-htext{ position:relative; width:100%; height:100%; color:#FFFFFF; text-align:center; z-index:3;}
.banner-text-tit{ font-size:78px; letter-spacing:2; line-height:1.2;}
.banner-text-ctit{ font-size:36px; line-height:1.4;}
.banner-text-con{ font-size:18px;}
.banner-text-more{ padding-top:20px;}
.banner-text-more a{ background:#cb021f; border-radius: 15px; color:#FFFFFF; line-height:38px; font-size:18px; width:160px; margin:0 auto;}
.banner-text-more a:hover{ background:#e21431;}
.banner-text-more a i{ margin-left:6px;}
.indexbanner .swiper-pagination-bullet,.index-lt-timglist .swiper-pagination-bullet{
    background: #fff;
    opacity: 1; 
	width:30px; 
	height:10px; 
	border-radius: 5px; 
}
.indexbanner .swiper-pagination-bullet-active,.index-lt-timglist .swiper-pagination-bullet-active {
    background:#ca021f; 
	width:50px;
}	
	
/*首页三优*/	
.indexthree{margin-top:-280px; position:relative; z-index:99;}
.indexthree .indexthree-item{ width:calc((100% - 60px) / 3); margin-right:30px; text-align:center; background:#FFFFFF; padding:40px 30px;  margin-top:30px; }
.indexthree .indexthree-item:last-child,.indexfour .indexfour-item:last-child{margin-right:0; }
.indexthree-title{ font-size:28px; padding:7px 0;}
.indexthree-more,.indexabout-more{ padding-top:20px;}
.indexthree-more a,.indexabout-more a{ border:#CCCCCC solid 1px;  border-radius: 15px; color:#CCCCCC; font-size:16px; padding:5px 30px; }
.indexthree-more a:hover,.indexabout-more a:hover{ border:#ca021f solid 1px; background:#ca021f;  color:#fff; }

/*首页关于我们*/		
.indexabout{ margin:50px 0;}
.indexabout-text,.indexabout-img{width:calc((100% - 50px) / 2);}
.indexabout-img img{ width:100%;}
.indexabout-title{ font-size:28px; color:#ca021f;}
/*首页四块*/	
.indexfour{ background:#333;}
.indexfour .indexfour-item{ width:calc((100% - 3px) / 4); margin-right:1px; text-align:center;  padding:40px 0 50px; color:#FFFFFF; cursor:pointer; }
.indexfour-item-c{ width:100%;}
.indexfour-title{ font-size:18px; padding:15px 0; position:relative; }
.indexfour-title:after {
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 100%; 
	margin-left:-25px;
    left: 50%;
}
.indexfour-con{ padding:20px 50px 20px; line-height:1.5; overflow: hidden;}
.indexfour-more{ padding-top:20px; display:none;}
.indexfour-more a{ border:#fff solid 1px;  border-radius: 15px; color:#fff; font-size:16px; padding:5px 30px; }
.indexfour-more a:hover{ border:#fff solid 1px; background:#fff;  color:#ca021f; }
.indexfour .indexfour-item.current,.indexfour .indexfour-item:hover{ background:#d30001 !important;}
.indexfour .indexfour-item.current .indexfour-more,.indexfour .indexfour-item:hover .indexfour-more{ display:block;}
/*首页产品*/	
.indexproduct{margin:50px 0; overflow: hidden;}
.indexproduct-title{font-size:38px; color:#ca021f; font-weight:bold;}
.indexproduct-list .indexproduct-item{ width:calc((100% - 60px) / 3); margin-right:30px; margin-top:20px; }
.indexproduct-list .indexproduct-item:nth-child(3n),.indexwhy-list .indexwhy-item:last-child,.indexnews-list .indexnews-item:last-child{margin-right:0; }
.indexproduct-item-img img{ width:100%;}
.indexproduct-item-title{ text-align:center; padding-top:9px;}
.indexproduct-item-title .zt{ background:#d30001; font-size:18px; color:#FFFFFF; padding:5px 20px; border-radius: 8px;}
.indexproduct-item-title .f-zt{ font-weight:bold;}
.indexthree-title{ font-size:28px; padding:7px 0;}
.indexproduct-item-more{ padding-top:10px; text-align:center;}
.indexproduct-item-more a,.indexproduct-more a,.indexnews-item-more a{ border:#CCCCCC solid 1px;  border-radius: 15px; color:#CCCCCC; font-size:16px; padding:5px 30px; }
.indexproduct-item-more a:hover,.indexproduct-more a:hover,.indexnews-item-more a:hover{ border:#ca021f solid 1px; background:#ca021f;  color:#fff; }
.indexproduct-desc{ text-align:center; margin-top:30px; font-size:18px;}
.indexproduct-pdesc{ text-align:center; font-size:24px; color:#ca021f;}
.indexproduct-more{ padding-top:15px; text-align:center;}
/*首页为什么*/	
.indexwhy-list{ background:url(../images/why.jpg) no-repeat; background-size:cover; padding:75px 0 60px; overflow: hidden;}
.indexwhy-list .indexwhy-item{ width:calc((100% - 90px) / 4); margin-right:30px; text-align:center; background: rgba(255,255,255,.89); border-radius: 15px;}
.indexwhy-item-title{ padding:8px 0;}
.indexwhy-item-title span{ color:#FFFFFF; font-size:18px;  background:#d30001; padding:5px 40px; border-radius: 8px;}
.indexwhy-item-con{ text-align:left; padding:0 25px; padding-bottom:10px;}
.indexwhy-item-icon{ margin-top:-40px;}
.indexwhy-item-icon span{background:#d30001; width:80px; height:75px; border-radius:40px; padding-top:5px; display:block; margin:0 auto;}
.indexwhy-item-img{padding:0 25px;}
/*首页新闻*/	
.indexnews-list .indexnews-item{ width:calc((100% - 60px) / 3); margin-right:30px; margin-top:20px; }
.f-time{ width:50px; color:#CCCCCC; font-size:20px; line-height:1;}
.f-time .f-d{font-family: "FjallaOne";  font-size:40px; }
.f-time .f-m{ text-transform:uppercase; }
.f-title{width:calc(100% - 60px); font-size:18px; line-height:1.6; font-weight:600; }
.indexnews-item-con{ padding:8px 0 12px; line-height:1.5;} 
.indexnews-item-more{ padding-top:15px;}
.indexnews-item-img img{ width:100%;}

/*底部*/	
footer{background:#e8e8e8; width:100%; padding:60px 0 0; overflow: hidden;}
.foot-logo-wx,.foot-products{ width:33%;}
.foot-logo{ width:35%;}
.foot-wx{ width:62%; margin-left:3%;}
.foot-nav{ width:22%; margin: 0 5% 0 7%;}
.foot-lw-text{margin-top: 20px;}
.foot-tels{ margin-top:30px; font-size: 16px; color: #777;}
.foot-lx-item-icon{ width:70px;}
.foot-lx-item-con{width:calc(100% - 80px); line-height:32px; margin-left:10px;}
.foot-lx-item-con span {
    display: block;
    font-size: 34px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #c3041f;
}
.foot-btit{
    color: #222;
    font-size: 22px; 
	line-height:1.1;
    font-weight: bold;
}
.foot-navc{ margin-top:40px;}
.foot-nav-item{
    width: 50%; 
	display:block; 
	font-size:16px;
    margin: 10px 0;
    background: url(../images/footer_nav.png) no-repeat center left;
    padding-left: 20px;
}
.foot-products-list{ margin-top:30px;}
.foot-products-item{
    width: 48%;
	margin-top:10px;
    text-align: center;
}
.foot-products-item img{
    width: 100%;
}
.foot-products-list .foot-products-item:nth-child(2n) {
    margin-left: 4%;
}
.foot-copy{text-align:center; margin-top:60px;  padding: 15px 0; border-top: 1px solid #c3041f;}


/*浮动客服*/
.toolbar{position: fixed;top: 50%;right:0;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative; width: 80px;height: 80px; line-height:80px; background: #ffffff; text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd span.iconfont{color: #acb0b9; font-size:38px;}
.toolbar dd:after {
	content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #acb0b9;
    position: absolute; 
	bottom:0;
	margin-left:-15px;
    left: 50%;
}
.toolbar dd.qq span.iconfont{font-size:48px;}
.toolbar dd.top:after,.toolbar dd.qq:after{ display:none;}
.toolbar dd.top{ margin-top:10px; background: #ca021f; line-height:25px; padding-top:10px; height:65px;}
.toolbar dd.top span.iconfont{color: #fff; font-size:28px;}
.toolbar dd.top span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #ca021f;opacity: 0;transition: all .5s; color: #fff; line-height:30px;}
.toolbar dd.tel .box p{font-size: 14px;margin:10px auto 0;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #ca021f;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #ca021f;opacity: 0;transition: all .5s; padding-top:11px;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #ca021f;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #ca021f;}
.toolbar dd:hover span.iconfont{color:#fff;}
.toolbar dd:hover:after{display:none;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}

/*内页banner*/
.page-banner{ position:relative;}
.page-banner img{ width:100%;}
.page-banner-text{ position:absolute; z-index:1; left:0; width:100%; top:0; height:100%; text-align:center;}
.page-banner-tit{ color:#FFFFFF; font-size:48px; font-weight:bold; letter-spacing:3px; line-height:78px; }

/*单页*/
.page-category{ background:#FFFFFF; border-bottom:#CCCCCC solid 1px; padding:20px 0;}
.page-category-c{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center;  flex-wrap: wrap;}
.page-category-w{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center;  flex-wrap: wrap;}
.page-category .category-item{ padding:0 28px;  line-height:30px; font-size:16px; color: #626262;   }
.page-category .category-item.current,.page-category .category-item:hover{color:#ca021f; }
.position{color: #787878; padding:20px 0;}
.position a{color: #787878; font-weight:normal;} 
.position a:hover{color:#ca021f;} 
.page-info{ padding:30px; background:#fff; color: #434343; margin-bottom:50px; }
.page-join{color: #434343; margin-bottom:30px; }
.sub_title{
	font-size: 38px; 
	position:relative; 
	text-align:center;
	margin-bottom: 50px;
}
.sub_title:after {
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #cc021e;
    position: absolute;
    top: 100%; 
	margin-left:-25px;
    left: 50%;
}
.page-body img,.page-product-body img{ max-width:100%;}
.page-body .page-about:nth-child(2n),.page-join .page-about:nth-child(2n){flex-flow: row-reverse wrap;}
.page-join .page-about{ margin-bottom:30px;}
.page-about-img,.page-about-con{width: calc((100% - 50px) / 2 );}
.page-about-wimg,.page-about-wcon{width:50%;}
.page-about-aimg{width:36%;}
.page-about-acon{width: calc(64% - 50px);}
.page-about-con,.page-about-acon,.page-product-body{ font-size:14px; line-height:30px;}
.page-about-img img,.page-about-aimg img,.page-about-wimg img{ width:100%; cursor:pointer;}
.atitle{ font-weight:bold; font-size:18px;}
/*加盟*/
.join-title{ background:#c3041f; text-align:center; font-size:30px; font-weight:bold; color:#FFFFFF; padding:13px 15px; line-height:1.4;}
.join-con{ padding:30px;}
.join-con .jmzc{font-size: 20px; font-weight: bold; margin-bottom:15px; line-height:1.4;}
.page-join-m{width: 100%;
    padding: 20px 0;
    background-color: #c3041f;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold; margin-bottom:30px; }
.page-join-m span {
    font-size: 15px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    display: block;
    opacity: 0.8;
}
.pdl30{padding-left:30px;}
.join-b-title{
    font: bold 28px/32px "微软雅黑"; 
    color: #c3041f;
    padding-bottom:20px;
}
/*下载*/
.down-list .down-item{width:calc((100% - 60px) / 3); margin-right:30px; background:#f2f2f2;}
.down-list .down-item:last-child,.p-prolist .p-proitem:nth-child(3n){margin-right:0;}
.down-item h3 {
    width: 100%;
    background-color: #cc021e;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    padding: 10px 0;
}
.down-item-list{ padding:15px;}
.down-item-list a {
    background:#fff;
    color: #434343;
    font-size: 15px;
    border-radius: 10px; 
	margin-bottom:10px; 
	padding:7px 0 7px  15px ;   
}
.down-item-list a .icon-xiazai { color:#cc021e; font-size:32px; margin-right:6px; line-height:1;}
.down-item-t{width:calc(100% - 50px); line-height:1.4;}
.down-item-list a:hover {
    background:#cc021e;
    color: #fff;
}
.down-item-list a:hover .icon-xiazai {
    color: #fff;
}
/*留言*/
.page-contact{width:60%; margin:0 auto; max-width:900px; margin-bottom:50px; }
.form-group{ margin-bottom:20px;}
.form-bth{width:200px; margin:0 auto;}
.form-control{border-radius:5px; border:#e0dfdf solid 1px;  width:100%; height:45px; line-height:45px; padding:0 10px;}
.contact_btn{ border:none; background:#23150c; color:#FFFFFF; padding:10px 0; width:100%; text-align:center; border-radius:5px; font-size:16px; letter-spacing:2px;  transition: all 0.5s; -webkit-transition: all 0.5s;}
.contact_btn:hover{background:#c32032;}
textarea.form-control{ min-height:90px; line-height:30px; padding:8px 10px;}
.sub_ftitle{ text-align:center; margin-top:-35px; margin-bottom:30px; font-size:16px; line-height:1.4;}

/*单页产品介绍*/
.page-product{background:#fff; color: #434343; margin-bottom:30px; padding:50px 30px;}
.page-product-title{
    width: 100%;
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    color: #000;
    margin-bottom: 40px; margin-top:10px;
}
.pcs-list{ margin-top:15px;}
.pcs-list .pcs-item{width: 30%; margin-right:5%;}
.pcs-list .pcs-item div{border-bottom: 1px dashed #eaeaea;line-height: 36px;}
.page-product-stitle{
    font-size: 16px; 
	margin-top:30px;
    font-weight: bold;
}
.p-prolist .p-proitem{
    width:calc((100% - 80px) / 3); 
    margin-right:40px;
	margin-top:20px;
}
.p-proitem-img img{ width:100%; cursor:pointer;}
.p-proitem-tit{ text-align:center; padding-top:5px;}

/*产品列表*/
.products-list{margin-bottom:50px;}
.products-list .products-item{width:calc((100% - 60px) / 3); margin-right:30px; margin-top:20px; background-color: #fff;}
.products-list .products-item:nth-child(3n){ margin-right:0;}
.products-list .products-item:hover{ box-shadow:0px 0px 10px #989898;}
.products-list .products-item .pro-tit {
    text-align: center; 
	margin:20px 0;
    font-size: 16px; 
	padding:0 20px;
    line-height: 28px;
}
.products-list .products-item .pro-tit a:hover { color:#c32032;}

/*新闻列表*/
.news-list{margin-bottom:50px;}
.news-list .news-item{width:calc((100% - 60px) / 3); margin-right:30px; margin-top:20px; border: 1px dashed #d7d7dd; padding-bottom:25px;}
.news-list .news-item:nth-child(3n){ margin-right:0;}
.news-list .news-item:hover{ box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);}
.news-list .news-item .news-tit {
    font-size: 18px; 
	padding:20px 25px;
    line-height: 28px;
}
.news-list .news-item .news-tit a:hover { color:#c32032;}
.news-con,.news-time{ padding:0 25px; color: #b2b2b2;}
.news-con{ padding-bottom:10px;}
/*分页*/
.page-pages{ text-align:center; margin-bottom:50px; }
.page-pages a{ color: #242424;
    font-size: 14px;
    line-height:30px; 
	background:#FFFFFF; 
	height:30px;
    border: 1px solid #dcdcdc;
    padding: 7px 15px;
    margin: 0 4px 4px; border-radius:5px;}
.page-pages a:hover,
.page-pages a.hover{
	color: #fff;
	background: #ca021f;
	border-color: #ca021f;
}
/*新闻详细列表*/
.news-detail{ padding:25px 25px 40px; background:#FFFFFF; margin-bottom:50px;}
.news-info-tit{ text-align:center; font-size:28px; line-height:1.5; margin:15px 0;}
.news-info-tips{ border-bottom:1px solid #dcdcdc; color:#b6b5b5; text-align:center; padding-bottom:8px;}
.news-info-tips span{ margin-right:10px;}
.news-info-tips span:last-child{ margin-right:0;}
.news-info-detail{ padding:20px 0; line-height:32px; font-size:16px;}
.news-info-detail img{ max-width:100%;}

.rsLink{ border-top: 1px solid #dcdcdc; padding-top:10px; margin-top:10px; }
.prevLink,.nextLink{ line-height:30px; font-size:16px;}

/*联系我们*/
.contact-topl{width:65%; border: 1px solid #dcdcdc; padding:20px;}
.contact-topr{width:calc(35% - 44px); border: 1px solid #dcdcdc; padding:20px;}
.contact-top-title{ font-size:18px; font-weight:bold; margin-bottom:20px;}
.contact-ftitle{ font-size:16px; font-weight:bold; }
.contact-m{border: 1px solid #dcdcdc; padding:20px; margin-top:20px;}
.contact-ml{width:33.3%;}
.contact-mr{width:66.6%;}
.contact-m-item{ width:50%;}
.contact-m-item:nth-child(n+3){ margin-top:20px;}


/*产品详情*/
.page-productl,.page-productr{width:calc((100% - 50px) /2);}
.page-product-img{ border:#CCCCCC solid 1px;}
.page-product-img img{ width:100%;}
.page-product-imglist .page-product-imgitem{width:calc((100% - 50px) /6); margin-right:10px; margin-top:10px;}
.page-product-imglist .page-product-imgitem:nth-child(6n),.pro-caselist .pro-caseitem:nth-child(4n){margin-right:0;}
.page-product-imglist .page-product-imgitem img,.pro-caselist .pro-caseitem img{ width:100%; cursor:pointer;}

.page-productr h1{
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height:1.8; padding-bottom:20px;
}
.page-productr h1 span {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; 
	padding-left:10px;
}
.canshu{border-top: 1px dotted #dcdcdc; border-bottom: 1px dotted #dcdcdc;
    line-height: 30px;
    font-size: 14px;
    padding: 20px 0;
}
.product-tel{padding: 20px 0;}
.product-tel span {
    color: #c3041f;
    font-size: 20px;
    font-weight: bold;
}
.products-info-contact{border-top: 1px dotted #dcdcdc; padding:20px 0;}
.products-info-contact a{ text-align:center; width:110px; line-height:48px; color:#FFFFFF; background:#c3041f; font-size:16px; border-radius:5px;}
.products-info-contact a .icon-xiazai{padding-left:10px;  font-size:24px; margin-right:6px;}
.products-info-contact a:first-child{ margin-right:15px; width:160px;}
.products-info-contact a:hover{ background:#23150c;}

.pro-caselist .pro-caseitem{width:calc((100% - 60px) /4); margin-right:20px; margin-top:20px; border: 1px solid #dcdcdc;}
.product-stitle{
    width: 100%;
    padding: 10px 2%;
    background: url(../images/ny_pro_nrb.jpg) no-repeat left top;
    line-height: 36px;
    margin-bottom: 20px;
}
.product-stitle .ct {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-left: 15px;
}
.product-detail td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:5px 10px;
}
.page-pitem{ margin-bottom:20px; font-size:15px;}
.page-pitem-m{ padding-right:15px;}
.page-pitem-m img{ width:80px; }
.page-pitem-c{width:calc(100% - 100px); line-height:1.4; }


.cptx .cptx-item{width:calc((100% - 30px) /2); margin-right:30px; margin-top:20px;}
.cptx .cptx-item:nth-child(2n){margin-right:0;}
.cptx-item-img{ width:100px;}
.cptx-item-text{width:calc(100% - 120px); padding-left:20px; }
.cptx-item-text .cptx-tit {
    font-size: 18px;
    font-weight: bold;
    color: #c3041f;
    margin-bottom: 5px;
}


@media (max-width: 1450px) {
   .wrapper{width:94%;}
   .banner-text-tit{ font-size:68px;}
}
@media (max-width: 1400px) {
  .indexthree{margin-top:20px;}
}
@media (max-width: 1280px) {
  .logo{ width:30%;}
  .head-r{ width:65%;}
  .head-r .head-lx .lx-con span {
    font-size: 22px;
  }
}
@media (max-width: 1150px) {
 .wrapper-fluid{width:94%;}
}

@media (max-width: 1100px) {
 .logo{padding:7px; width:80%;}
 .logo img{ height:54px;}
 .head-r,.head-wmenu{ display:none;}
 .m-navbth{ display:block;}
 .m-navbth {
    position: relative;
    display:block;
    width: 30px;
    height: 25px; 
    margin-top:10px; 
   }
 .m-navbth a {
 display:block;
 width: 30px;
 height: 25px;
 position:relative;
}
.m-navbth span {
 display:block;
 width:30px;
 height:2px;
 background:#ce1b1b;
 transition:transform .5s ease
}
.m-navbth .menu_top {
 position:absolute;
 top:2px;
 right:0
}
.m-navbth .menu_mid {
 position:absolute;
 top:9px;
 right:0;
 opacity:1
}
.m-navbth .menu_bot {
 position:absolute;
 top:16px;
 right:0
}
.m-navbth span.menu_top_r {
 transform:rotateZ(-45deg);
 transform-origin:center
}
.m-navbth .menu_mid_r {
 opacity:0
}
.m-navbth .menu_bot_r {
 transform:rotateZ(45deg);
 transform-origin:center
} 
.foot-nav{ width:24%; margin: 0 5% 0 5%;}
} 
@media (max-width: 1000px) {
  .indexfour .indexfour-item{ width:calc((100% - 1px) / 2); margin-right:1px;}
  .indexwhy-list .indexwhy-item{ width:calc((100% - 30px) / 2);}
  .indexfour .indexfour-item:nth-child(n+3){margin-top:1px; }
  .indexwhy-list .indexwhy-item:nth-child(n+3){margin-top:50px; padding-bottom:30px;}
  .indexfour .indexfour-item:nth-child(2n),.indexwhy-list .indexwhy-item:nth-child(2n){margin-right:0; }
/*  .foot-nav{ display:none;}
  .foot-logo-lx{ padding-top:0;}
  .foot-lx{ width:100%;}*/
  .news-list .news-item,.products-list .products-item,.down-list .down-item{width: calc((100% - 30px) / 2);}
  .news-list .news-item:nth-child(3n),.products-list .products-item:nth-child(3n),.down-list .down-item:last-child{ margin-right:30px;}
  .news-list .news-item:nth-child(2n),.products-list .products-item:nth-child(2n),.down-list .down-item:nth-child(2n){ margin-right:0;}
  .down-list .down-item:nth-child(n+3){margin-top:20px;}
  .page-contact{ width:100%;}
  .indexbanner .swiper-slide .banner-text .banner-text-cimg{ width:200px; border-radius:100px; height:200px;}
  .indexbanner .swiper-slide .banner-text .banner-text-cimg img{ width:170px; margin:15px; }
}
@media (max-width: 800px) {
  .indexthree .indexthree-item,.indexproduct-list .indexproduct-item,.indexnews-list .indexnews-item{ width:100%; margin-right:0;}
  .indexabout-text,.indexabout-img,.page-about-img,.page-about-con,.page-about-aimg,.page-about-acon,.page-about-wimg,.page-about-wcon{width:100%;}
  .indexabout-text,.page-about-con{ padding-bottom:20px;}
  .page-about-wcon{ padding:20px;}
  .page-about-acon{ padding-top:20px;}
  .page-body .page-about:nth-child(2n) .page-about-aimg{ padding-top:20px;}
  .toolbar,.banner-text-con{ display:none;}
  .banner-text-tit{ font-size:32px;}
  .banner-text-ctit{ font-size:16px;}
  .sub_title{ font-size:30px;}
  .page-banner-tit{ font-size:20px;}
  .p-prolist .p-proitem{width:calc((100% - 30px) / 2); margin-right:30px; }
  .p-prolist .p-proitem:nth-child(3n){ margin-right:30px;}
  .p-prolist .p-proitem:nth-child(2n){ margin-right:0;}
  .page-category-w {
    justify-content: flex-start;
  }
  .page-category .category-item{padding: 0 20px;}
  .contact-topl,.contact-topr,.contact-ml,.contact-mr,.contact-m-item,.page-productl,.page-productr{width:100%;}
  .contact-topr,.contact-mr,.page-productr{ margin-top:20px;}
  .foot-logo-wx,.foot-products{ width:100%;}
  .foot-nav{ width:100%; margin: 40px 0;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 40px 0;
   }
   .foot-logo{width:170px;}
   .foot-wx{ width:290px; margin-left:30px;}
   .foot-nav-item{
      width: 25%; 
    }

.foot-products-item{
    width: 32%; 
	margin-right:1.5%;
}
.foot-products-list .foot-products-item:nth-child(2n) { 
   margin-left:0;
}
   
.foot-products-list .foot-products-item:nth-child(3n) {
   margin-right: 0;
}
   
 .cptx .cptx-item{width:100%; margin-right:0; margin-top:20px;}  
   
   
  
}
@media (max-width: 600px) {
   .indexfour .indexfour-item,.indexwhy-list .indexwhy-item{ width:100%; margin-right:0;}
   .indexfour .indexfour-item:nth-child(n+2){margin-top:1px; }
   .indexwhy-list .indexwhy-item:nth-child(n+2){margin-top:50px; padding-bottom:30px;}
   .banner-text-more{ padding-top:10px;}
   .banner-text-more a{ font-size:16px; line-height:35px;}
 /*  .foot-lx .foot-lx-item{ width:100%; display: flex; flex-wrap: wrap;  justify-content: flex-start; align-items: center; margin-bottom:15px;}
   .foot-lx .foot-lx-item .foot-lx-item-icon{ width:50px; margin-right:10px;}
   .foot-lx .foot-lx-item .foot-lx-item-con{width: calc(100% - 70px); text-align:left; line-height:1.4;}
   .foot-copy{ margin-top:20px; font-size:16px;}*/
   .pcs-list .pcs-item,.news-list .news-item,.products-list .products-item,.down-list .down-item{width: 100%; margin-right:0!important;}
   .down-list .down-item:nth-child(n+2){margin-top:20px;}
   .pro-caselist .pro-caseitem{width: calc((100% - 30px) /2);}
   .pro-caselist .pro-caseitem:nth-child(2n){ margin-right:0;}
   .product-stitle span:nth-child(2){ display:none;}
   .indexbanner .swiper-slide .banner-text .banner-text-cimg{display:none;}
   .foot-lx-item-con span {
    font-size: 30px;
    }
}
@media (max-width: 525px) {
   .foot-logo{ width:35%;}
   .foot-wx{ width:62%; margin-left:3%;}
   .cptx .cptx-item{ border-bottom: 1px dashed #eaeaea; padding-bottom:15px;} 
   .cptx-item-img{ width:100%; text-align:center;}
   .cptx-item-img img{ width:80px;}
   .cptx-item-text{width:100%; padding-left:0; text-align:center; }
   
   
}


@media (max-width: 400px) {
      .foot-nav-item{
      width: 33.3%; 
    }

.foot-products-item{
    width: 48%; 
	margin-right:2%;
}
.foot-products-list .foot-products-item:nth-child(3n) {
   margin-right: 2%;
}
.foot-products-list .foot-products-item:nth-child(2n) { 
   margin-left:0;  margin-right: 0;
}
   

}





